.sliderPlay
{
    position: relative;
}
.sliderPlay a
{
    float: left;
}
.sliderPlay img
{
    border: none;
}
.sliderPlay-title
{
    position: absolute;
    z-index: 2;
    bottom: 0;
    width: 100%;
    background: #000;
    font: 15px/32px "Microsoft YaHei" ,Arial;
    color: #fff;
    text-indent: 8px;
    opacity: 0.7;
    filter: alpha(opacity:70);
    height :50px;
    line-height :50px;
}
.sliderPlay-btn
{
    position: absolute;
    z-index: 3;
    bottom: 15px;
    right: 0;
    text-align: center;
}
.sliderPlay-btn span
{
    margin-right: 10px;
    height: 20px;
    width: 20px;
    background: #ddd;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    line-height: 20px;
}
.sliderPlay-btn span.current
{
    background: #009bf8;
    color: #fff;
}
